$hash =
md5.hashofwavedata("<Wavefile>")
Gives the hash value of the wave file.
Parameters
<Wavefile>
Specify the name of the wave file.
Return Value
Returns the hash value of the specific wave file on successful execution, otherwise null value is obtained.
Example
-
$hash = md5.hashofwavedata("welcome.wav")
msgbox($hash)
- Creates a md5 hash value of the wave data within the specified file.
The resulting hash value might resemble the following string 1E96D78FD54E1C4DDAA3C84CE4767Fdf.